CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - multi thread

搜索资源列表

  1. GearSrc-1.2.0

    0下载:
  2. Gear UI Java Mobile framework -Gear from DigitalApes is a full blown open source framework aimed to provide a consistent infrastructure for Java Mobile developers. It provides a powerful set of tools to rapidly develop truly device independent Java
  3. 所属分类:Game Engine

    • 发布日期:2017-03-31
    • 文件大小:160853
    • 提供者:Evan Lee
  1. LanI2M_2

    0下载:
  2. 基于WinPcap的局域网IP/MAC地址快速查找程序。运行和编译时需加入WinPcap开发包支持。这是一个老掉牙的程序题材,但如果你是新手,那么不妨看看本程序多线程的思路相对比较简单,新手可以慢慢研究。本程序的不足是:在嗅探返回线程安全退出环节上处理很过于简单,如果你有能力可以继续开发。-WinPcap-based LAN IP/MAC Address Finder quickly. Compile-time operation and Development Kit to be adding
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:219668
    • 提供者:155
  1. Multi_Threading

    0下载:
  2. This source code helps users can understand how to manage multi threads in window OS and make a simple multi threads program which consist of 4 panes with each thread within it
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2580308
    • 提供者:John Smith
  1. ChatAsynchronous

    0下载:
  2. 一个多线程的,线程互斥的的,使用MFC框架的聊天室-A multi-threaded, the thread mutually exclusive, using MFC framework of the chat rooms
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:41917
    • 提供者:何雨
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. MyNotepad

    0下载:
  2. 一个简单文本编辑器(单进、线程,多窗口)-A simple text editor (single entry, thread, multi-window)
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:457326
    • 提供者:Roselle
  1. MultiThread

    0下载:
  2. 多线程编程学习手册,包括四个章节,1.多线程的必要性2.MFC中的多线程开发3.线程间的通信4.线程的同步,这是里面的程序源码,有10个例子,通俗易懂。-Multi-threaded programming learning manuals, including four chapters, 1. 2.MFC the need for multi-threaded multi-threaded development in three. Threads of communication 4. T
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2604342
    • 提供者:陈平
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1888089
    • 提供者:陈小
  1. threadpool

    0下载:
  2. VC++环境下线程池技术的经典例子。从事多线程技术开发者的必备模板。-VC++ environment, a classic example of thread pool technology. Engaged in multi-threading technology developers must-template.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2909
    • 提供者:brooke
  1. Race

    0下载:
  2. 采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:673121
    • 提供者:strugglewang
  1. timesuspend

    0下载:
  2. 采用多线程,系统事件来哦实现系统延时挂,是学习线程同步的好例子-Multi-threaded, system events for system delay Oh, hang, is to learn a good example of thread synchronization
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:4071338
    • 提供者:mojianfneg
  1. lafeng

    0下载:
  2. 木马编程DIY第1篇之功能实现 木马编程DIY第2篇之单实例运行 木马编程DIY第3篇之星号密码查看工具 木马编程DIY第4篇之系统服务 木马编程DIY第5篇之文本语音 木马编程DIY第6篇之注册表管理 木马编程DIY第7篇之线程守护 木马编程DIY第8篇服务启动技术 木马编程DIY第9篇之语音控制 木马编程DIY第10篇之网络进程监视 木马编程DIY第11篇之文件传输 1框架结构和界面实现 木马编程DIY第12篇之文件传输 2功能实现 木马编程D
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:113633
    • 提供者:
  1. CIOCPModel

    0下载:
  2. 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:93572
    • 提供者:WANGTAO
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:107670
    • 提供者:204
  1. ActiveOB

    0下载:
  2. 主要内容是:Symbian进程、线程及多任务机制Active等-Main contents: Symbian process, thread and multi-task mechanism Active, etc.
  3. 所属分类:Symbian

    • 发布日期:2017-04-06
    • 文件大小:2529
    • 提供者:zzg
  1. smsSend

    0下载:
  2. java实现线程池,通过最简单的调用方法来实现配置文件中的配置,从而轻松实现多线程-java thread pool implementation, through the most simple way to achieve the configuration file called the configuration, and thus easy to achieve multi-threaded
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3449
    • 提供者:kq
  1. Multithreadedinstances

    0下载:
  2. 多线程实例.该实例主要是创建线程池,然后根据实际的需要,让线程执行各自的代码。-Multi-threaded instances. The key is to create an instance of the thread pool, and then the actual needs, let the thread implementation of their code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:89665
    • 提供者:deng
  1. javajiaocheng

    0下载:
  2. 本书包含java的安装,java和applet程序的介绍,面向对象的程序设计,绘图和各种类的介绍,图形接口软件,线程和多媒体,sql和servlet程序设计等内容 -This book contains the java installation, java and applet process descr iption, object-oriented programming, graphics, and various types of presentations, graphical in
  3. 所属分类:Java Develop

    • 发布日期:2017-06-09
    • 文件大小:16681625
    • 提供者:全世民
  1. JavaMoreThread

    0下载:
  2. java多线程开发的例子:1.多线程实现(一个线程实现GUI界面并输出数字,另一个线程在控制台输出数字);2.输出不同格式的当前系统时间;3.实现生命周期;4.实现电子时钟-the development of multi-threaded java examples: 1. multi-threading implementation (GUI interface and a thread to achieve the output figures, another thread in the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18780
    • 提供者:linwanxia
  1. JavaMoreThreadCT

    0下载:
  2. 多线程:1.实现一个GUI界面并输出数字,另一线程在控制台输出数字;2.输出不同格式的系统当前时间;3.实现电子钟(十分秒格式)。-Multi-threading: 1. To achieve a GUI interface and output figures, the other thread in the console output figures 2. The output of the system, the current time in different formats 3
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:37603
    • 提供者:linwanxia
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com